.term-sec {
  background-color: #fff;
  border-radius: 0;
  padding: 35px 45px;
}

.term-heading {
  text-transform: uppercase;
  border-bottom: 1px solid #e2e2e2;
  margin-top: 0;
  font-family: Rajdhani, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.term-txt-heading {
  color: #d10015;
  margin-top: 0;
  font-family: Rajdhani, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.term-txt-heading.term-color {
  color: #000002;
  margin-bottom: 0;
}

.term-txt-para {
  color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 22px;
}

.term-div {
  margin-top: 15px;
}


